AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Línea de tiempo
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Reinitializes the content of a TimeLine control from its data source (HFSQL data file for example). All events are deleted from the TimeLine control and re-created from the data source.
Example
// Add an event to an HFSQL data file
HAdd(File_Event)
// Reinitialize the TimeLine control
TimelineDisplay(TL_Music)
Syntax
TimelineDisplay(<TimeLine control> [, <Options>])
<TimeLine control>: Control name
Name of the TimeLine control to be used. The TimeLine control must be linked to a data source. Otherwise (if the control is populated programmatically), TimelineDisplay has no effect.
<Options>: Integer constant
Option for displaying the TimeLine control:
schWithoutExecuteQueryUsed to avoid re-running the query linked to the TimeLine control (for a TimeLine control linked to a query).
Remarks
  • If the data source linked to the TimeLine control is a query, this query is reinitialized.
  • The position in the TimeLine control is not modified.
Component: wd290obj.dll
Versión mínima requerida
  • Versión 18
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local